Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfEnum<TEnum> Structure / PdfEnum<TEnum> Constructor / PdfEnum<TEnum> Constructor(PdfName)
The string representing a TEnum value.

In This Topic
    PdfEnum<TEnum> Constructor(PdfName)
    In This Topic
    Initializes a new instance of the PdfEnum<TEnum> struct using a GrapeCity.Documents.Pdf.Spec.PdfName object. The passed GrapeCity.Documents.Pdf.Spec.PdfName is converted to TEnum if possible.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As PdfName _
    )
    public PdfEnum<TEnum>( 
       PdfName value
    )

    Parameters

    value
    The string representing a TEnum value.
    See Also